home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / DOS / C / PSK.ZIP / FD.H < prev    next >
Encoding:
C/C++ Source or Header  |  1993-02-13  |  368 b   |  27 lines

  1. /*
  2.     fd.H
  3.  
  4.     File & Directory Header File
  5.  
  6.     Copyright (C) 1993, Geoff Friesen B.Sc.
  7.     All rights reserved.
  8.  
  9.     Borland C++ 3.1
  10. */
  11.  
  12. #include <dir.H>
  13.  
  14. #define    DESIZE    42
  15.  
  16. #ifdef __cplusplus
  17. extern "C"
  18. {
  19. #endif
  20.  
  21. void    fde    (struct ffblk *de, char *buffer);
  22. int    fdexist    (char *filespec);
  23. int    nmdir    (char *oname, char *nname);
  24.  
  25. #ifdef __cplusplus
  26. }
  27. #endif